object FormEnvioInformacion: TFormEnvioInformacion Left = 390 Top = 124 ActiveControl = BCerrar BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Panda Platinum' ClientHeight = 275 ClientWidth = 429 Color = 14215660 Constraints.MinHeight = 309 Constraints.MinWidth = 437 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 Scaled = False TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 270 Height = 13 Caption = 'La informaci�n que se incluir� en el env�o es la siguiente:' end object BCerrar: TPlaButton Left = 320 Top = 240 Width = 96 Height = 21 Anchors = [akRight, akBottom] Caption = 'Cerrar' TabOrder = 0 Cancel = True Default = True ModalResult = 2 end object MInformacion: TPlaMemo Left = 24 Top = 40 Width = 393 Height = 185 Alignment = taLeftJustify Anchors = [akLeft, akTop, akRight, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] HideSelection = False MaxLength = 0 OEMConvert = False ParentFont = False ReadOnly = True TabOrder = 1 WantReturns = True WantTabs = False WordWrap = True end end